home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / metasploit / sdk / docs / exploitReference.txt next >
Text File  |  2006-06-30  |  611b  |  13 lines

  1.  
  2. EncodedPayload Object
  3.   If your exploit supports payloads, it must retrieve the user supplied payload
  4. during exploitation.  The EncodedPayload environment entry is setup by the
  5. Framework before the Exploit method is called on an exploit, allowing the
  6. exploit to retrieve several attributes of the payload.
  7.  
  8. Payload: Retrieves the entire payload, including nops and encoded payload
  9. EncodedPayload: Retrieves just the encoded payload, no nops
  10. RawPayload: Retrieves the unencoded payload (also no nops)
  11. Nops: Returns just the nop sled
  12. NopsLength: Returns the length of the nop sled, handy for bruteforce stepping
  13.